@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.26rem;
  }
  html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }
  .content{
    width: 90%;
  }


  /* 首页 */
  .header{
    height: 1.6rem;
    padding: 0.4rem 0 0;
  }
  .header_con{
    width: 90%;
  }
  .logo{
    width: 3.47rem;
    height: 0.84rem;
  }
  .nav{
    display: none;
  }
  .menu {
	  width: 0.52rem;
    height: 0.5rem;
    border: solid 1px rgba(0, 102, 54, 0.5);
    border-radius: 6px;
	  padding-top: 0.07rem;
	  cursor: pointer;
	  z-index: 200;
		display: block;
    position: fixed;
	  top: 0.6rem;
	  right: 5%;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 55%;
	  height: 2px;
    margin: 3px auto 0;
	  background: #006636;
	  z-index: 200;
	}
	.nav01 {
    position: fixed;
    top: 1.6rem;
    right: 0.38rem;
    width: 2.32rem;
    padding: 0.42rem 0.14rem;
    background: #eee;
    z-index: 999;
    display: none;
  }
	.nav01 li {
    position: relative;
    display: block;
    font-size: 0.3rem;
    line-height: 0.74rem;
    text-align: center;
    color: #333;
    margin-bottom: 0.15rem;
  }
  .nav01 li:last-child{
    margin-bottom: 0;
  }
  .nav01 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav01 li a:hover{
    background: linear-gradient(180deg, #2A3D94 2%, #019FE5 100%);
    color: #fff;
  }
  .nav01 li h1{
    font-size: 0.3rem;
    line-height: 0.74rem;
    font-weight: normal;
  }
  .nav01 li.current h1 {
    background: linear-gradient(180deg, #2A3D94 2%, #019FE5 100%);
    color: #fff;
  }
  .nav02 {
    width: 2.32rem;
    padding: 0.42rem 0.14rem;
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: -0.42rem;
    right: 2.18rem;
  }
  .nav02 li {
    line-height: 0.74rem;
    font-size: 0.3rem;
  }
  .nav02 li h2{
    font-size: 0.3rem;
    line-height: 0.74rem;
    font-weight: normal;
  }
  .nav02 li.current h2 {
    background: linear-gradient(180deg, #2A3D94 2%, #019FE5 100%);
    color: #fff;
  }
  .nav03 {
    width:2.32rem;
    padding: 0.42rem 0.14rem;
    background: #f9f9f9;
    display: none;
    position: absolute;
    top: -0.42rem;
    right: 2.18rem;
  }
  .nav03 li {
    line-height: 0.74rem;
    font-size: 0.3rem;
  }

  .bg{
    background: url(../images/ind_02s.jpg) center top;
	  background-size: cover;
    padding: 0.25rem 0;
    margin-top: 1.5rem;
  }
  .adv_pic{
    height: auto;
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .p25{
    padding-bottom: 0.3rem;
  }
  .scroll_pic{
    float: none;
    width: 100%;
    height: 3.8rem;
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .scroll_pic .swiper-pagination{
    height: 0.38rem;
  }
  .scroll_pic .swiper-pagination-bullet{
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.2rem;
  }
  .scroll_pic .swiper-pagination-bullet-active{
    width: 0.24rem;
  }
  .scroll_text{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    bottom: 0.5rem;
  }
  .notice_box{
    float: none;
    width: 100%;
  }
  .notice_top{
    margin-bottom: 0.28rem;
  }
  .notice_tit{
    min-width: 2.6rem;
    height: 0.58rem;
    line-height: 0.58rem;
    border-radius: 0.1rem 0 0 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.34rem;
  }
  .notice_tit img{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.14rem 0.15rem 0 0;
  }
  .notice_tit span{
    font-size: 0.22rem;
    padding-left: 0.05rem;
  }
  .notice_tr{
    width: 0.44rem;
    height: 0.58rem;
  }
  .notice_more{
    height: 0.58rem;
    font-size: 0.24rem;
  }
  .notice_more img{
    width: 0.11rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .notice_bg{
    height: auto;
    border-radius: 0.1rem;
    padding: 0.25rem 0.28rem 0.1rem;
  }
  .notice_t{
    height: 1.1rem;
    margin-bottom: 0.1rem;
  }
  .notice_tt{
    font-size: 0.3rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .notice_time{
    font-size: 0.2rem;
    line-height: 0.4rem;
    bottom: 0.15rem;
  }
  .notice li{
    height: 0.74rem;
    line-height: 0.74rem;
    padding-left: 0.25rem;
    font-size: 0.28rem;
  }
  .notice i{
    width: 0.12rem;
    height: 0.12rem;
    top: 0.31rem;
  }
  .notice .text{
    width: 65%;
    height: 0.74rem;
  }
  .notice .time{
    width: 32%;
  }

  .ranking_top{
    margin-bottom: 0.24rem;
  }
  .ranking_bg{
    border-radius: 0.1rem;
	  padding: 0.16rem 0.36rem;
  }
  .ranking_bg .swiper-button-next,.ranking_bg .swiper-button-prev{
    transform: translateY(0);
    top: 0.3rem;
  }
  .ranking_bg .swiper-button-next{
    right: 0.7rem;
  }
  .ranking_bg .swiper-button-prev{
    left: 0.7rem;
  }
  .ranking_bg .swiper-button-next:after, .ranking_bg .swiper-button-prev:after{
    color: #666;
    font-size: 0.24rem;
    font-weight: bold;
  }
  .ranking .swiper-slide{
    height: 6.5rem;
    border-radius: 0.1rem;
    padding: 0.12rem 0.4rem;
  }
  .ranking_tit{
    width: 70%;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    margin: 0 auto 0.1rem;
  }
  .ranking_tt{
    height: 0.74rem;
    line-height: 0.74rem;
    padding: 0;
    font-size: 0.26rem;
  }
  .ranking_tt div{
    width: 31%;
    height: 0.74rem;
    text-align: center;
  }
  .ranking_list li{
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.28rem;
    padding: 0;
    text-align: center;
  }
  .ranking_list li div{
    height: 0.66rem;
  }
  .ranking_list li:nth-child(even){
    border-radius: 0.1rem;
  }

  .pad{
    padding: 0.3rem 0 0.6rem;
  }
  .news_top{
    margin-bottom: 0.3rem;
  }
  .news_top .notice_tl{
    float: none;
    margin-bottom: 0.27rem;
  }
  .news_type{
    float: none;
    width: 100%;
    margin: 0;
  }
  .news_type li{
    line-height: 0.48rem;
    padding: 0;
    color: #858585;
    font-size: 0.3rem;
    margin-right: 0.3rem;
  }
  .news_type li:last-child{
    margin-right: 0;
  }
  .news_type li.on{
    background: none;
    border-radius: 0;
    color: #184997;
  }
  .news_con{
    margin-bottom: 0.4rem;
  }
  .news_more{
    height: 0.48rem;
    font-size: 0.24rem;
    color: #333;
    top: -1.6rem;
  }
  .news_more img{
    width: 0.11rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .news_left{
    float: none;
    width: 100%;
  }
  .news_pic{
    height: 3.82rem;
    border-radius: 0.1rem;
    margin-bottom: 0;
  }
  .news_picr{
    width: 0.4rem;
	  height: 100%;
  }
  .news_right{
    float: none;
    width: 100%;
  }
  .news_right li{
    height: auto;
    padding: 0.34rem 0;
    margin-bottom: 0;
  }
  .news_right i{
    display: none;
  }
  .news_right .title{
    font-size: 0.3rem;
    line-height: 0.44rem;
    height: 0.44rem;
    margin-bottom: 0.14rem;
  }
  .news_right .text{
    height: 0.48rem;
    font-size: 0.24rem;
  }
  .news_right .time{
    color: #999;
    font-size: 0.2rem;
    line-height: 0.44rem;
  }

  .service_top{
    margin-bottom: 0.4rem;
  }
  .service_more{
    height: 0.57rem;
    font-size: 0.24rem;
  }
  .service_more img{
    width: 0.11rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .service{
    height: auto;
  }
  .service ul{
    margin-right: -3%;
  }
  .service li{
    float: left;
    width: 47%;
    margin: 0 3% 0.36rem 0;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 114, 209, 0.1);
  }
  .service_pic{
    height: 2.1rem;
	  border-radius: 0.1rem 0.1rem 0 0;
  }
  .service_bai{
    height: 2.2rem;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.22rem 0.22rem 0.14rem;
  }
  .service_text{
    font-size: 0.3rem;
    line-height: 0.42rem;
    height: 0.84rem;
    margin-bottom: 0.1rem;
  }
  .service_date{
    font-size: 0.24rem;
    line-height: 0.42rem;
    height: 0.42rem;
    margin: 0;
  }
  .service_txt{
    font-size: 0.24rem;
    line-height: 0.46rem;
    height: 0.46rem;
  }
  .master{
    padding-right: 0;
    margin-bottom: 0;
  }
  .master ul{
    margin-right: -3%;
  }
  .master li{
    width: 47%;
    height: 1.75rem;
    border-radius: 0.1rem;
    margin: 0 3% 0.36rem 0;
  }
  .master li:nth-child(5){
    display: none;
  }
  .master_icon{
    width: 0.47rem;
    height: 0.47rem;
  }
  .master_txt{
    width: 95%;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
  }

  .foot_bg{
    padding: 0.4rem 0 0.22rem;
  }
  .foot_t{
    margin-bottom: 0.25rem;
  }
  .f_logo{
    width: 1.02rem;
    height: 1.02rem;
    margin: 0 auto 0.25rem;
  }
  .code{
    float: right;
    width: 1.1rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
  }
  .code img{
    height: 1.1rem;
  }
  .copyright{
    line-height: 0.36rem;
    font-size: 0.22rem;
  }
  .m15{
    float: left;
    width: 70%;
    text-align: left !important;
    margin: 0;
  }
  .m20{
    margin-bottom: 0.2rem;
  }


  /* 关于协会 */
  .banner{
    margin-top: 1.6rem;
  }
  .banner img{
    height: 1.3rem;
  }
  .bn_txt{
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .bn_txt h1{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .int_title{
    line-height: 0.42rem;
    font-size: 0.32rem;
  }
  .int_m{
    margin: 0.28rem 0;
  }
  .int_bg{
    padding: 0.3rem 0;
  }
  .int_con{
    width: 90%;
  }
  .int_pic{
    float: none;
    width: 0.88rem;
    margin: 0 auto 0.16rem;
  }
  .int_txt{
    float: none;
    width: 100%;
    line-height: 0.48rem;
    font-size: 0.26rem;
    margin-top: 0;
  }
  .group_m{
    margin: 0.3rem 0;
  }
  .group_bg{
    background: #F5F7FC;
    padding: 0.3rem 0;
  }
  .group_img{
    display: none;
  }
  .group_txt{
    width: 90%;
    font-size: 0.26rem;
    line-height: 0.48rem;
  }


  /* 官方公告 */
  .ann_bg{
    padding: 0.3rem 0;
  }
  .ann_bg .ann_type{
    padding: 0.1rem 0;
  }
  .ann_bg .ann_type li{
    font-size: 0.3rem;
  }
  .ann_type{
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ann_type li{
    float: left;
    line-height: 0.8rem;
    background: none;
    border-radius: 0;
    font-size: 0.32rem;
    padding: 0 4px;
    margin: 0 0 0 0.4rem;
    position: relative;
  }
  .ann_type a{
    height: 0.8rem;
    padding: 0;
  }
  .ann_type i{
    width: 100%;
    height: 0.06rem;
    border-radius: 0.1rem;
    background: #184997;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    right: 0;
  }
  .ann_type li:hover{
    color: #333;
    background: none;
  }
  .ann_type li.on{
    color: #184997;
    font-weight: bold;
    background: none;
  }
  .ann_type li.on i{
    opacity: 1;
  }
  .ann_type li.active{
    color: #184997;
    font-weight: bold;
    background: none;
  }
  .ann_right{
    float: none;
    width: 100%;
    min-height: 8rem;
  }
  .ann_list li{
    min-height: 1.4rem;
    border-radius: 0.1rem;
    margin-bottom: 0.28rem;
  }
  .ann_list a{
    padding: 0.28rem 0.35rem;
  }
  .ann_tit{
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .ann_time{
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.3rem;
  }
  .zhidu_list li{
    min-height: 2.06rem;
    border-radius: 0.1rem;
    margin-bottom: 0.28rem;
  }
  .zhidu_list a{
    padding: 0.15rem 0.35rem 0.3rem;
  }
  .zhidu_tit{
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .zhidu_txt{
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.36rem;
    -webkit-line-clamp: 1;
    margin: 0.15rem 0 0.1rem;
  }
  .page{
    display: none;
  }


  /* 赛事资讯 */
  .sai_p{
    padding: 0 0 0.3rem !important;
  }
  .news li{
    height: 2.05rem;
    border-radius: 0.1rem;
    padding: 0.32rem 0.22rem;
    margin-bottom: 0.2rem;
  }
  .news_img{
    width: 2.48rem;
    height: 1.4rem;
  }
  .news_r{
    width: calc(100% - 2.48rem);
    padding-left: 0.22rem;
  }
  .news_r .title{
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.3rem;
  }
  .news_r .line{
    margin: 0.18rem 0 0.16rem;
  }
  .news_r .text{
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.24rem;
    -webkit-line-clamp: 1 !important;
    margin-bottom: 0.15rem;
  }
  .news_r .time{
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    color: #999;
  }

  .show_p{
    background: #fff !important;
  }
  .show_bg{
    min-height: 6rem;
    border-radius: 0;
    padding: 0.1rem 0;
  }
  .show_tit{
    text-align: left;
    line-height: 0.54rem;
    font-size: 0.36rem;
    margin-bottom: 0;
  }
  .show_time{
    text-align: left;
    line-height: 0.36rem;
    font-size: 0.22rem;
    margin: 0.22rem 0 0.32rem;
  }
  .show_line{
    display: none;
  }
  .show_txt{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .fanye_box{
    padding-top: 0.1rem;
    border-top: 1px solid #D8D8D8;
    margin-top: 0.55rem;
  }
  .fanye{
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.4rem;
  }

  .picture{
    width: 100%;
  }
  .picture ul{
    margin-right: -5%;
  }
  .picture li{
    width: 45%;
    height: 3.55rem;
    border-radius: 0.1rem;
    margin: 0 5% 0.4rem 0;
  }
  .picture_img{
    height: 2.28rem;
    margin-bottom: 0.15rem;
  }
  .picture_txt{
    width: 85%;
    line-height: 0.46rem;
    height: 0.92rem;
    font-size: 0.3rem;
  }

  .pic_box{
    width: 95% !important;
    min-height: 9.5rem;
    padding: 0.7rem 0;
  }
  .pic_list ul{
    margin-right: -1%;
  }
  .pic_list li{
    width: 49%;
    height: 2.52rem;
    margin: 0 1% 0.12rem 0;
  }
  .img_modal .img_modal_img img{
    width: 100%;
    height: auto;
  }
  .img_modal_header{
    top: 0.3rem;
    right: 0.3rem;
  }
  .img_modal_header img{
    width: 0.7rem;
    height: 0.7rem;
  }
  #prevBtn,#nextBtn{
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.3rem;
  }
  #prevBtn{
    left: 0.3rem;
  }
  #nextBtn{
    right: 0.3rem;
  }
  .picvideo_icon{
    width: 0.5rem;
    height: 0.5rem;
  }
  .videoshow{
    height: auto;
  }
  .videoshow iframe{
    width: 100%;
  }



  /* 赛事服务 */
  .grey{
    min-height: 9.2rem;
    padding: 0.46rem 0;
  }
  .ser ul{
    margin-right: -3%;
  }
  .ser li{
    width: 47%;
    height: 4.3rem;
    border-radius: 0.1rem;
    margin: 0 3% 0.45rem 0;
  }
  .ser_pic{
    height: 2.07rem;
    margin-bottom: 0.22rem;
  }
  .ser_text{
    font-size: 0.3rem;
    line-height: 0.42rem;
    height: 0.84rem;
  }
  .ser_date{
    color: #666;
    font-size: 0.24rem;
    line-height: 0.28rem;
    height: 0.28rem;
    margin: 0.2rem 0 0.14rem;
  }
  .ser_txt{
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: 0.32rem;
  }

  .sershow_p{
    padding: 0 !important;
    margin-top: 1.6rem;
  }
  .sershow_p .content{
    width: 100%;
  }
  .sershow_bg{
    border-radius: 0.1rem;
    padding: 0.52rem 0.35rem 0.1rem;
  }
  .sershow_pic{
    width: 4.46rem;
    height: 2.28rem;
    border-radius: 0.1rem 0.1rem 0 0;
    margin: 0 auto 0.32rem;
  }
  .sershow_tit{
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.42rem;
    margin-bottom: 0.22rem;
  }
  .sershow_time{
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-bottom: 0.25rem;
  }
  .sershow_time div:nth-child(1){
    margin-right: 0.3rem;
  }
  .sershow_con{
    border-radius: 0.1rem;
    padding: 0.48rem 0.38rem;
    min-height: 8rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
  }


  /* 联系我们 */
  .con_box{
    padding: 0.15rem 0;
  }
  .con_list{
    width: 82%;
    padding-left: 0;
  }
  .con_list li{
    float: none;
    width: 100% !important;
    padding: 0 0 0 1.1rem !important;
    line-height: 0.38rem;
    font-size: 0.28rem;
    margin-bottom: 0.54rem;
  }
  .con_list img{
    width: 0.86rem;
    height: 0.86rem;
  }
  .con_list h1{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.07rem;
  }
  .map{
    /* height: 5.5rem; */
    margin-bottom: 0.52rem;
  }
  .map_txt{
    padding: 0.1rem;
    font-size: 0.26rem;
  }
  .map_txt h3{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }


  /* 积分榜 */
  .jifen_p{
    padding: 0 !important;
    background: #fff !important;
  }
  .jifen_p .content{
    width: 100%;
  }
  .jifen_type{
    float: none;
    width: 100%;
    padding: 0.15rem 0.2rem;
  }
  .jifen_type .swiper-slide{
    border-radius: 0;
    font-weight: normal;
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: center;
    position: relative;
    margin-bottom: 0;
  }
  .jifen_type a{
    height: 2.2rem;
    padding: 0.4rem 0 0.37rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jifen_type i{
    width: 80%;
    height: 0.06rem;
    background: #184997;
    border-radius: 0.1rem;
    display: block;
    opacity: 0;
    position: absolute;
    left: 10%;
    bottom: 0;
  }
  .jifen_type .swiper-slide:hover{
    color: #333;
    background: none;
  }
  .jifen_type .swiper-slide.on{
    color: #184997;
    background: none;
    font-weight: bold;
  }
  .jifen_type .swiper-slide.on i{
    opacity: 1;
  }
  .jifen_bg{
    min-height: 7rem;
    border-radius: 0.1rem;
    padding: 0.32rem 0.2rem 0.24rem;
    margin-bottom: 0.1rem;
  }
  .jf_time{
    text-align: left;
    line-height: 0.44rem;
    font-size: 0.28rem;
    padding-left: 0.44rem;
    margin-bottom: 0.28rem;
  }
  .jf_top{
    padding: 0 0 0.26rem 0.44rem;
  }
  .ji_tt_txt{
    font-size: 0.28rem;
    line-height: 0.6rem;
    margin-right: 0.15rem;
  }
  .ji_bianma{
    width: 52%;
    height: 0.6rem;
    line-height: 0.58rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    margin-right: 0.68rem;
  }
  .btn_ss{
    width: 22%;
    height: 0.6rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    margin-right: 0;
  }
  .btn_cz{
    width: 22%;
    height: 0.6rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
  }
  .ji_con{
    border-radius: 0.1rem;
    padding: 0.15rem;
  }
  .ji_table{
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .ji_table thead{
    margin-bottom: 0.1rem;
  }
  .ji_table th{
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.16rem 0;
  }
  .ji_table td{
    padding: 0.22rem 0;
  }
  .ji_table tbody tr:nth-child(even){
    background: #fff;
    border-radius: 0;
  }
  .j01{
    width: 11%;
  }
  .j02{
    width: 18%;
  }
  .j03{
    width: 15%;
    padding: 0.22rem 0 !important;
  }
  .j04{
    width: 18%;
  }
  .j05{
    width: 17%;
  }
  .ji_01{
    width: 9%;
  }
  .ji_02{
    width: 17%;
  }
  .ji_03{
    width: 14%;
  }
  .ji_04{
    width: 17%;
  }
  .ji_05{
    width: 20%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0 !important;
  }
  .ji_06{
    width: 10%;
    padding: 0 !important;
  }
  .ji_07{
    width: 27%;
    padding: 0.22rem 0 !important;
  }
}
  